Uses of Class
com.epiphan.vga2usb.PixelFormat

Uses of PixelFormat in com.epiphan.vga2usb
 

Fields in com.epiphan.vga2usb declared as PixelFormat
static PixelFormat PixelFormat.RGB4
          4 bits per pixel (2 pixels per byte) indexed RGB format.
static PixelFormat PixelFormat.RGB8
          8 bits per pixel indexed RGB format.
static PixelFormat PixelFormat.RGB16
          16 bits per pixel RGB format.
static PixelFormat PixelFormat.RGB24
          24 bits per pixel RGB format.
static PixelFormat PixelFormat.YUYV
          16 bits per pixel packed YUV format.
static PixelFormat PixelFormat.UYVY
          16 bits per pixel packed YUV format.
static PixelFormat PixelFormat.BGR16
          16 bits per pixel RGB format.
static PixelFormat PixelFormat.BGR24
          24 bits per pixel RGB format.
 

Methods in com.epiphan.vga2usb that return PixelFormat
 PixelFormat RawFrame.getPixelFormat()
          Get the pixel format.
 

Methods in com.epiphan.vga2usb with parameters of type PixelFormat
 RawFrame Grabber.grabRawFrame(PixelFormat format, boolean bottomUp)
          Grabs a single frame.
 



Copyright © 2008-2012 Epiphan Systems Inc. All rights reserved.